Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationRef Class / DestinationRef Constructor / DestinationRef Constructor(String,Nullable<Boolean>)
The name of referenced destination.
Specifies where referenced destination is in Dests dictionary of document or in Dests subtree of Name Tree.

In This Topic
    DestinationRef Constructor(String,Nullable<Boolean>)
    In This Topic
    Initialize a new instance of the DestinationRef class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As System.String, _
       Optional ByVal nameTree As System.Nullable(Of Boolean) _
    )
    public DestinationRef( 
       System.string name,
       System.Nullable<bool> nameTree
    )

    Parameters

    name
    The name of referenced destination.
    nameTree
    Specifies where referenced destination is in Dests dictionary of document or in Dests subtree of Name Tree.
    See Also